﻿@charset "utf-8";
/* CSS Document */
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
}
.ms-WPBody {
	font-family: 'PT Sans', sans-serif!important;
	font-size: 15px;
}
.ms-WPBody table {
	font-family: 'PT Sans', sans-serif!important;
	font-size: 11px;
}



.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 2em;
	font-weight: 300;
} 

/* nav.disenoTab */
.tabs nav.disenoTab.disenoTab {
	width: 100%;
	float: left;
}

.tabs nav.disenoTab ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
}

.tabs nav.disenoTab ul li {
	border: 1px solid #becbd2;
	margin: 0 0.25em;
	padding-top: 5px;
	display: block;
	position: relative;
}
.tabs nav.disenoTab ul li:empty {
	display: none;
}

.tabs nav.disenoTab li.tab-current {
	border: 2px solid #0062a3;
	border-right: none;
	z-index: 100;
}

.tabs nav.disenoTab li.tab-current:before,
.tabs nav.disenoTab li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
}

.tabs nav.disenoTab li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav.disenoTab a, .tabs nav.disenoTab a:visited {
	color: #becbd2 !important;
	display: block;
	font-size: 1em;
	line-height: 2.5;
	padding: 0 0.5em;
	white-space: nowrap;
}

.tabs nav.disenoTab a:hover {
	color: #768e9d;
}

.tabs nav.disenoTab li.tab-current a,tabs nav.disenoTab li.tab-current a:visited {
	color: #0062a3 !important;
}

/* Icons */
.tabs nav.disenoTab a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;

	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

.icoObras:before {
	content:url("/Style Library/Transparencia/img/icoObras.png");
}

.icoServicios:before {
	content: url("/Style Library/Transparencia/img/icoServicios.png");
}

.icoSuministros:before {
	content: url("/Style Library/Transparencia/img/icoSuministros.png");
}

.icoOtros:before {
	content: url("/Style Library/Transparencia/img/icoOtros.png");
}



/* Content */
.tabs .content{
	width: 80%;
	float: left;
}
.tabs .content section {
	font-size: 1.25em;
	padding: 0em 1em;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.tabs .content section span {
	height: 46px;
	background: #0062a3;
	display: block;
	padding: 10px 23px;
	color: white;
	font-weight: bold;
	margin-bottom: 20px;
}

.tabs .content section:before,
.tabs .content section:after {
	content: '';
	display: table;
}

.tabs .content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #0062a3;
}

.tabs .content section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 33%;
	padding: 0 25px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
	.tabs nav.disenoTab a span {
		/*display: none;*/
	}

	.tabs nav.disenoTab a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}

@media screen and (max-width: 32em) {
	.tabs nav.disenoTab ul,
	.tabs nav.disenoTab ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav.disenoTab ul li {
		width: 100%!important;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}	
	.tabs nav.disenoTab ul li:empty {
		display: none;
	}


	.tabs nav.disenoTab ul li:last-child {
		border-right: none;
	}

	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
}